home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / benchmarks / itc / gcc / tm-sun2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-08-30  |  636 b   |  27 lines

  1. #include "tm-m68k.h"
  2.  
  3. /* See tm-m68k.h.  0 means 68000 with no 68881.  */
  4.  
  5. #define TARGET_DEFAULT 0
  6.  
  7. /* -m68020 requires special flags to the assembler.  */
  8.  
  9. #define ASM_SPEC "%{m68020:-mc68020}%{!m68020:-mc68010}"
  10.  
  11. /* Names to predefine in the preprocessor for this target machine.  */
  12.  
  13. #define CPP_PREDEFINES "-Dmc68000 -Dsun -Dunix"
  14.  
  15. /* Alignment of field after `int : 0' in a structure.  */
  16.  
  17. #undef EMPTY_FIELD_BOUNDARY
  18. #define EMPTY_FIELD_BOUNDARY 16
  19.  
  20. /* Every structure or union's size must be a multiple of 2 bytes.  */
  21.  
  22. #define STRUCTURE_SIZE_BOUNDARY 16
  23.  
  24. /* This is BSD, so it wants DBX format.  */
  25.  
  26. #define DBX_DEBUGGING_INFO
  27.